home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / PowerD_mui / modules / mui / infotext_mcc.m < prev    next >
Encoding:
Text File  |  2002-03-13  |  660 b   |  32 lines

  1. /*
  2. **
  3. ** $VER: InfoText_mcc.h V15.3
  4. ** Copyright © 1997 Benny Kjær Nielsen. All rights reserved.
  5. **
  6. ** Translated into D ny Miklós Németh
  7. **
  8. */
  9.  
  10. /*** Include stuff ***/
  11.  
  12. MODULE 'libraries/mui'
  13. MODULE 'utility/tagitem'
  14.  
  15. CONST BKN_SERIAL = $fcf70000
  16.  
  17. /*** MUI Defines ***/
  18.  
  19. #define MUIC_InfoText 'InfoText.mcc'
  20. #define InfoTextObject MUI_NewObjectA(MUIC_InfoText,[TAG_IGNORE, 0
  21.  
  22. /*** Methods ***/
  23. #define MUIM_InfoText_TimeOut          (BKN_SERIAL | $101 )
  24.  
  25. /*** Attributes ***/
  26. #define MUIA_InfoText_Contents         (BKN_SERIAL | $110 )
  27. #define MUIA_InfoText_ExpirationPeriod (BKN_SERIAL | $111 )
  28. #define MUIA_InfoText_FallBackText     (BKN_SERIAL | $112 )
  29.  
  30.  
  31.  
  32.